home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
nasm095s.zip
/
TEST
/
INC1.ASM
< prev
next >
Wrap
Assembly Source File
|
1997-07-27
|
149b
|
7 lines
; This file is part of the include test.
; See inctest.asm for build instructions.
message: db 'hello, world',13,10,'$'
%include "inc2.asm"